﻿/*公用变量*/
/*公用样式函数*/
.rightFloat a img {
  margin-top: 0;
}
/*新闻详情页*/
.newsDetial {
  background: #fff;
  padding: 20px 15px 20px 15px;
  margin-bottom: 20px;
}
.newsDetialContent img {
  max-width: 100%;
  width: 73.5%;
  display: block;
  margin: 0 auto;
}
.detailInner {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.detailInner .newDetialTime {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.detailInner .newDetialTime img {
  margin-top: -3px;
}
.newsShare {
  width: 315px;
  float: right;
  margin: 30px 0 10px 0;
}
.newsShare .shareText {
  float: left;
  line-height: 40px;
  margin-right: 15px;
}
.newsShare .bdshare-button-style0-32 a {
  width: 38px;
  height: 38px;
}
.newDetialTitle {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  font-weight:bold;
}
.bdshare-button-style0-32 a {
  margin: 6px!important;
}
.bdshare-button-style0-32 .bds_weixin {
  background: url(../images/iconShare1.png) center no-repeat;
  background-position: 50% 50% !important;
}
.bdshare-button-style0-32 .bds_weixin:hover {
  background: url(../images/iconShare1On.png) center no-repeat;
  background-position: 50% 50% !important;
}
.bdshare-button-style0-32 .bds_tsina {
  background: url(../images/iconShare2.png) center no-repeat;
  background-position: 50% 50% !important;
}
.bdshare-button-style0-32 .bds_tsina:hover {
  background: url(../images/iconShare2On.png) center no-repeat;
  background-position: 50% 50% !important;
}
.bdshare-button-style0-32 .bds_fbook {
  background: url(../images/iconShare3.png) center no-repeat;
  background-position: 50% 50% !important;
}
.bdshare-button-style0-32 .bds_fbook:hover {
  background: url(../images/iconShare3On.png) center no-repeat;
  background-position: 50% 50% !important;
}
.bdshare-button-style0-32 .bds_twi {
  background: url(../images/iconShare4.png) center no-repeat;
  background-position: 50% 50% !important;
}
.bdshare-button-style0-32 .bds_twi:hover {
  background: url(../images/iconShare4On.png) center no-repeat;
  background-position: 50% 50% !important;
}
.bdshare-button-style0-32 .bds_linkedin {
  background: url(../images/iconShare5.png) center no-repeat;
  background-position: 50% 50% !important;
}
.bdshare-button-style0-32 .bds_linkedin:hover {
  background: url(../images/iconShare5On.png) center no-repeat;
  background-position: 50% 50% !important;
}
/*新闻详情分页*/
.detailFlip {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}
.detailFlip .next {
  float: left;
  height: 36px;
  width: 45%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.detailFlip .next a {
  display: block;
  text-align: left;
}
.detailFlip .next span {
  float: right;
  margin-right: 10px;
}
.detailFlip a:hover{
  color:#ec0303
  }
.detailFlip .pre {
  text-align:right;
  float: right;
  width: 45%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.detailFlip a {
  line-height: 34px;
  color: #333;
}
.detailFlip a .next_f,
.detailFlip a .pre_f {
  display: inline-block;
  width: 100px;
  text-align: center;
  border: #ec0303 solid 1px;
  color: #ec0303;
  border-radius: 3px;
}
.detailFlip a .next_f:hover,
.detailFlip a .pre_f:hover {
  color: #fff;
  background-color: #ec0303;
}
.detailFlip a .next_f{
  float:left;
}
.detailFlip a .pre_f {
  float:right;
  margin-left: 10px;
}
/*新闻列表页代码*/
.newsBanner {
  display: block;
  height: 420px;
  background: url(../images/nesBanner.jpg) center no-repeat;
}
/*上半部分新闻*/
.newsTop {
  margin-top: 20px;
  background-color: #fff;
  padding: 15px;
}
.newsTop .topLeft {
  display: block;
  width: 39.5%;
  border: 1px solid #fff;
}
.newsTop .topLeft:hover {
  border-color: #ec0303;
}
.newsTop .topLeft img {
  width: 100%;
  height: 207px;
}
.newsTop .topRight {
  width: 56%;
  padding: 32px 2%;
}
.newsTop .topRight .topNewTitle {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight:bold;
  margin-bottom: 15px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsTop .topRight .topNewTitle:hover {
  color: #ec0303;
}
.newsTop .topRight .topNewDes {
  font-family: Arial;
  line-height: 23px;
  height: 70px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsTop .topRight .topNewsTime {
  margin-top: 15px;
}
.newsTop .topRight .topNewsTime img {
  margin-top: -3px;
}
.newsTop .topRight .topNewsTime span {
  margin-left: 10px;
}
/*下半部分新闻*/
.newsList {
  margin: 30px -10px 0 -10px;
  overflow: hidden;
}
.newsList .newItem {
  float: left;
  background-color: #fff;
  padding: 15px;
  width: 45.8%;
  margin: 0 10px 20px 10px;
}
.newsList .newItem:hover {
  color: #fff;
  background-color: #ec0303;
}
.newsList .newItem:hover .leftDate {
  background-color: #fff ;
  color: #ec0303;
  border: solid 1px #ec0303;
}

.newsList .newItem .leftDate {
  width: 67px;
  height: 67px;
  background-color: #fff;
  color: #666;
  font-family: Arial;
  text-align: center;
  border: solid 1px #666;
}
.newsList .newItem .leftDate p {
  font-size: 30px;
  font-weight: bold;
}
.newsList .newItem .leftDate div span {
  display: inline-block;
}
.newsList .newItem .rightNewDes {
  width: 85%;
  margin-left: 2%;
}
.newsList .newItem .rightNewDes .newTitle {
  display: block;
  font-size: 18px;
  font-weight:bold;
  height: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  color:#666;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsList .newItem:hover .newTitle,.newsList .newItem:hover .rightNewDes  .newDes {
  color:#fff;
  }
.newsList .newItem .rightNewDes .newDes {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color:#666;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rightFloat a img {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .newsList .newItem {
    width: 45%;
  }
  .newsList .newItem .rightNewDes {
    width: 77%;
  }
}
@media (max-width: 1000px) {
  .newsList .newItem {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .newsList .newItem {
    width: 43.2%;
  }
  .newsList .newItem .rightNewDes {
    width: 77%;
  }
  .newsTop .topLeft {
    width: 100%;
  }
  .newsTop .topLeft img {
    height: auto;
  }
  .newsTop .topRight {
    width: 98%;
  }
}
@media (max-width: 480px) {
  .newsBanner {
    height: 310px;
    background: url(../images/imgNewBanner.jpg) center no-repeat;
  }
  .newsTop {
    margin-top: 5px;
  }
  .newsTop .topRight {
    width: 100%;
    padding: 10px 0;
  }
  .newsTop .topRight .topNewDes {
    display: none;
  }
  .newsTop .topRight .topNewTitle {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  }
  .newsList {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .newsList .newItem {
    width: 97%;
    padding: 10px;
    margin: 0 0 10px 0;
  }
  .newsList .newItem .leftDate {
    width: 60px;
  }
  .newsList .newItem .rightNewDes {
    width: 72%;
    margin-left: 4%;
  }
  .newsList .newItem .rightNewDes .newTitle {
    height: 60px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .newsList .newItem .rightNewDes .newDes {
    display: none;
  }
  .detailInner {
    border-bottom: none;
  }
  .detailFlip {
    padding-top: 0;
    padding-bottom: 10px;
  }
.detailFlip .next a{
  font-size:0;
  }
.detailFlip .pre{
  font-size:0;
}
.detailFlip a .pre_f,.detailFlip a .next_f{
font-size:14px;
}
  .detailFlip .next .next_t,
  .detailFlip .pre .pre_t {
    display: none;
  
  }
  /*.newsDetial {
        margin-bottom: 40px;
    }*/
  .newsShare {
    width: 100%;
  }
  .newsShare .shareText {
    width: 100%;
  }
  .newsShare .bdsharebuttonbox {
    width: 100%;
    float: left;
  }
  .newsShare .bdshare-button-style0-32 a {
    margin: 5px 6px 0;
  }
  .newsDetialContent img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .newsDetial {
    margin-bottom: 13px;
  }
}
/*# sourceMappingURL=news.css.map */
















